home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / Xtras / Animation Wizard.dir / 00284.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  121 b   |  9 lines

  1. on mouseDown
  2.   global goBanners
  3.   if PressButton() then
  4.     cursor(4)
  5.     mCreate(goBanners)
  6.     cursor(-1)
  7.   end if
  8. end
  9.